Painter
data class Painter(val painter: Painter, val contentDescription: String? = null) : ChipDecoration.Icon
Represents a androidx.compose.ui.graphics.painter.Painter displayed before/after the chip's text. The icon will be 18.dp
tall and will be tinted with SourceChip.Style.contentColour.
Constructors
Properties
Link copied to clipboard
Optional content description for the icon.
Link copied to clipboard
The androidx.compose.ui.graphics.painter.Painter to display.